home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / System Context / System.r < prev   
Encoding:
Text File  |  1993-11-29  |  671 b   |  32 lines  |  [TEXT/MPS ]

  1. //    Copyright:    © 1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Scott Searle (original)
  3. //                Victor J. Hnyp (extensions)
  4. //    Date:        03/24/93
  5.  
  6. // Revisions
  7. //
  8. //    03/24/93    VJH    2.05    Compensated for unused StringSpec in isGestalt check
  9. //
  10. //    03/13/93    VJH    2.04    Fixed:    isGuestAccess
  11. //
  12. //    03/11/93    VJH    2.03    Changes to isGuestAccess, isVideoHWBitDepth
  13. //
  14. //    02/08/93    VJH    2.02    First 1.0 beta release
  15.  
  16. #include "Types.r"
  17. #include "SysTypes.r"
  18.  
  19.  
  20. resource 'vers' (1)
  21. {
  22.     0x01, 0x00, beta, 0x04, verUS,
  23.     "1.0b4",
  24.     "1.0b4 24-Mar-93, ©1993 Apple Computer, Inc. All rights reserved."
  25. };
  26.  
  27. resource 'vers' (2)
  28. {
  29.     0x01, 0x00, beta, 0x04, verUS,
  30.     "1.0b4",
  31.     "APPLE CONFIDENTIAL"
  32. };